﻿CHARACTERS = {
	c:PAR = {
		create_character = {
			# Marie Louise, Duchess of Parma
			#role = politician # Remove this line
			first_name = "Maria_Luisa"
			last_name = "von_Habsburg"
			female = yes
			ruler = yes
			culture = cu:south_german
			birth_date = 1591.12.12
			interest_group = ig_landowners
			ideology = ideology_moderate
			traits = {
				tactful
			}
			on_created = {
				set_variable = is_married
			}
		}
	

		create_character = {
			is_general = yes
			first_name = Wilhelm
			last_name = Albrecht
			age = 17
			traits = {
		#		indifferent
		#		uncommonly_young
			}
		}
	}
}
